<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
#banner{
	margin:0;
	width:100%;
	height:490px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.slides{margin:0px auto; width:100%; height:490px; overflow:hidden; position:relative;}
.slide-pic{margin:0px; padding:0px; width:100%; height:490px; overflow:hidden; list-style:none;}
.slide-pic a{display:inline-block; width:100%; height:490px; position:absolute; top:0;}
.slide-pic img{width:1920px; height:490px; margin:0 auto;}
.slide-pic li{display:none;}
.slide-pic li.cur{display:block;}
.slide-li{
	width: 100%;
	height: 14px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	bottom: 37px;
	position: absolute;
	text-align: center;
}
.slide-li a{
	width:13px;
	height:14px;
	overflow:hidden;
	display:inline-block;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	background-image: url(bannertt.png);
	background-repeat: no-repeat;
	background-position: right;
}
.slide-li a.cur{background:url(bannertt.png) no-repeat left;}
.slide-li a:hover{background:url(bannertt.png) no-repeat left;}
.op{display:none;}
</pre></body></html>